home *** CD-ROM | disk | FTP | other *** search
/ Internet Magazine 2003 October / INTERNET108.ISO / pc / software / windows / multimed / falafel / falafel-king_eng.exe / scripts / DefineButton2_271 / BUTTONCONDACTION on(press).as next >
Encoding:
Text File  |  2002-07-22  |  253 b   |  11 lines

  1. on(press){
  2.    if(_root.pitaTaken != 1 or eval("_parent.all_salads.all_" add _name add ".currentState") == "empty")
  3.    {
  4.       _root.showIcon(_root.no_tweezers);
  5.    }
  6.    if(_root.pauseMode == false)
  7.    {
  8.       _root.click_element(this);
  9.    }
  10. }
  11.